| Einhugur Word Plugin for Xojo |
|
EinhugurWord.SectionBreakTypes Enum
Type codes for section breaks.
enum EinhugurWord.SectionBreakTypes
Constants
None = 0 | No special section break rule. |
Continuous = 1 | Begins the section on the next paragraph.
Certain page-level section properties cannot be specified, as they are inherited from the previous section.
IIf a footnote occurs of the same page as a section of this kind, the new section begins on the following page. |
EvenPage = 2 | The section begins on the next even-numbered page, leaving the next odd page blank if necessary. |
OddPage = 3 | The section begins on the next odd-numbered page, leaving the next odd page blank if necessary. |
NextPage = 4 | The section begins on the following page. |
NextColumn = 5 | The section begins on the following column on the page. |